Don't abort when ralloc.c:relinquish cannot return a heap to the system.
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2012 18:33:10 +0000 (20:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2012 18:33:10 +0000 (20:33 +0200)
commit4495e88c913a25d7cf63d5f11c1371256b24c7aa
tree9a94fbe834093363103f7a9966696f892c35fbe3
parentd439424c5a226a216b78980fbca8a998979e372f
Don't abort when ralloc.c:relinquish cannot return a heap to the system.

 src/ralloc.c (relinquish): If a heap is ready to be relinquished,
 but it still has blocs in it, don't return it to the system,
 instead of aborting.  (Bug#12402)
src/ChangeLog
src/ralloc.c